<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*$$
{"color":[{"val":"#333333","title":"榛樿涓讳綋棰滆壊"},
{"val":"#ca0000","title":"榧犳爣鍒掕繃鏂囧瓧棰滆壊"}],
"background":[{"val":"#ca0000","title":"鏁翠綋鍖哄煙涓讳綋鑳屾櫙棰滆壊"},
{"val":"#ffffff","title":"鍗婂渾鑳屾櫙棰滆壊"},
{"val":"#dcdcdc","title":"绠€浠嬩笂杈规绾挎潯棰滆壊"},
{"val":"#e4e4e4","title":"鍒楄〃鏁版嵁榧犳爣婊戣繃鍥剧墖杈规鑳屾櫙棰滆壊"}],
"border":[]}
$$*/
#chose_146{
	width: 100%;	
	height: 640px;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
#chose_146::before{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1480px;
	height:600px;
	top: 20px;
	content: '';
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	z-index: 20;
	border-radius: 20px;
}
#chose_146 .sjcLeft{
	display: inline-block;
	position: absolute;
	z-index: 10;
	width: 1200px;
	height: 1200px;
	background: #ffffff;
	border-radius: 50%;
	left:-70px;
	top: 50%;
	margin-top: -600px;
	transition: all 1s;
}
#chose_146 .choseCon{
	width:1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#chose_146 .choseL{
	width: 50%;
	position: relative;
	height: 100%;
}
#chose_146 .choseL::before{
	width: calc(100% + 140px);
	background: #ca0000;
	border-radius: 20px 0 0 20px;
	content: '';
	position: absolute;
	left: -140px;
	top:0;
	height: 100%;
	
}
#chose_146 .reason{
	position: relative;
	z-index: 10;
	width: calc(100% - 50px);
	height: 100%;
	padding: 50px 80px;
}
#chose_146 .reason .tit-en{
	font-size: 52px;
	font-family: 'Elephant';
	color: #333333;
	line-height: 62px;
}
#chose_146 .reason .tit-en i{
	color: #ca0000;
}
#chose_146 .reason .tit-2{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	font-weight: bold;
}
#chose_146 .reason .tit-3{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
	margin-top: 45px;
}
#chose_146 .reason .tit-4{
	font-size: 10px;
	line-height: 28px;
	color: #333333;
	letter-spacing: 5px;
	font-weight: 450;
}
#chose_146 .reason .line{
	width: 10px;
	height: 2px;
	background: #dcdcdc;
	margin: 15px 0;
}
#chose_146 .reason .intrs{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	max-height: 90px;
}
#chose_146 .choseR{
	width: 50%;
	height: 100%;
	position: relative;
}
#chose_146 .choseR .bj{
	width: calc(100% + 140px);
	height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
	border-radius: 0 20px 20px 0;
	top:0;
	position: relative;
	z-index: 20;
}
#chose_146 .choseR .bj img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#chose_146 .choseLiCon{
	width:935px;
	height: 170px;
	padding: 25px 25px 0 25px;
	position: absolute;
	bottom: 0;
	z-index: 50;
	left: 340px;
	border-radius: 30px 30px 0 0;
	background: #ca0000;
}
#chose_146 .choseList{
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 30px 30px 0 0;
	padding: 30px;
}
#chose_146 .choseList li{
	height: 85px;
	width: 200px;
	padding: 0 12px;
	float: left;
	cursor: pointer;
}
#chose_146 .choseList li .cont{
	line-height:24px;
	width:65px;
	height: 100%;
	font-size: 14px;
	padding-top: 20px;
	color: #333333;
}
#chose_146 .choseList li:hover .cont{
	color: #ca0000;
}
#chose_146 .choseList li .img{
	width: 85px;
	height: 100%;
	position: relative;
}
#chose_146 .choseList li .img::after{
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top:50%;
	/* transform: translate(-50%,-50%); */
	content: '';
	border-radius: 50%;
	background: #e4e4e4;
	transition: all .8s;
}
#chose_146 .choseList li:hover .img::after{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
#chose_146 .choseList li .img img{
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	position: relative;
	z-index: 10;
}
.flexC{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1400px) {
	#chose_146 .choseL::before{
		width: 100%;
		left: 0;
	}
	#chose_146::before{
		width:1200px;
	}
	#chose_146 .sjcLeft{
		width: 800px;
		height: 800px;
		left: 100px;
		margin-top: -400px;
	}
	#chose_146 .reason{
		padding: 50px 0 0 200px;
	}
	#chose_146 .choseR .bj{
		width: 100%;
	}
	#chose_146 .choseLiCon{
		width: 70%;
		left: 20%;
	}
	#chose_146 .choseList{
		display: flex;
	}
	#chose_146 .choseList li{
		flex:1;
	}
}
@media screen and (max-width: 1200px){
	#chose_146 .choseCon{
		width: 100%;
	}
	#chose_146::before{
		width:100%;
	}
	#chose_146 .choseLiCon{
		width: 80%;
		left: 15%;
	}
	#chose_146 .sjcLeft{
		left: 65px;
	}
}
@media screen and (max-width: 821px) {
	#chose_146 .choseList{
		padding: 30px 10px 0 0;
	}
	#chose_146 .choseList li .cont{
		font-size: 45px;
		font-size: 12px;
	}
	#chose_146 .choseList li .img{
		width: 55px;
	}
	#chose_146 .reason{
		padding: 50px 0 0 100px;
	}
	#chose_146 .sjcLeft{
		left: 30px;
	}
	#chose_146 .choseList li .img img{
		width: 55px;
		height: 55px;
	}
	#chose_146 .reason .tit-en{
		font-size: 42px;
	}
}
@media screen and (max-width: 768px){
	#chose_146 .choseList li .img{
		width: 35px;
	}
	#chose_146 .choseList li .img img{
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 767px){
	#chose_146{
		height: auto;
	}
	#chose_146 .choseL,
	#chose_146 .choseR{
		width: 100%;
		height: 340px;
	}
	#chose_146 .sjcLeft{
		left: 50px;
	}
	#chose_146 .reason{
		padding: 30px 30px 0 30px;
		width: 100%;
	}
	#chose_146 .reason .tit-en{
		font-size: 40px;
		line-height: 50px;
	}
	#chose_146 .reason .tit-3{
		margin-top: 15px;
	}
	#chose_146 .reason .tit-4{
		letter-spacing: 0;
	}
	#chose_146 .sjcLeft{
		width: 600px;
		height: 600px;
		left: 30px;
		top:-120px;
		margin-top: 0;
		display: none;
	}
	#chose_146 .choseCon{
		padding-bottom: 100px;
	}
	#chose_146 .choseLiCon{
		width: 100%;
		left: 0;
		height: auto;
		bottom: 30px;
		padding:15px 15px 0 15px;
	}
	#chose_146 .choseList{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		padding: 10px 10px 0 10px;
	}
	#chose_146 .choseList li{
		width: 170px;
		padding: 0;
	}
	#chose_146 .choseList li .img img{
		width: 65px;
		height: 65px;
	}
	#chose_146 .choseL::before{
		display: none;
	}
}</pre></body></html>